home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / 3d / dustspherical.lha / DustSpherical / README next >
Encoding:
Text File  |  1995-03-13  |  1.6 KB  |  43 lines

  1. ###############################################################################
  2. #                                                                             #
  3. #                Dust V1.84 - Copyright ©1994 by A.Maschke                    #
  4. #                           All rights reserved.                              #
  5. #-----------------------------------------------------------------------------#
  6. #                                                                             #
  7. #                      Demonstration of spherical waves                       #
  8. #                                                                             #
  9. ###############################################################################
  10.  
  11.  This package shows the use and the results of the (new) WAVE3D-command.
  12.  
  13. 1. Description
  14.  
  15.  This is a very nice kind of (harmonic) waves - the parameters
  16.  
  17.      -amplitude
  18.      -wavelength
  19.      -wave-source
  20.      -damping
  21.      -phase
  22.  
  23.  can be specified - there is a "best-guess"-function, too.
  24.  
  25. 2. Syntax
  26.  
  27.   COMMAND WAVE3D
  28. -----------------------------------------------------------------
  29.     Purpose: 3D-Wave (along x-,y- and z-axis)
  30.       Usage: WAVE3D(<objectID>,<frames>,<filename>,<"S" or "F">,
  31.                     [<amplitude>,<wavelength>,<sourceX>,<sourceY>,<sourceZ>,
  32.                     <damping>,<phase in degrees>])
  33.    Examples: wave3d(1,40,obj,s,14.0,32.0,10,-10,12,1.2,-30.0)
  34.              wave3d(1,60,hd1:objects,f)
  35.  
  36. 3. Notes
  37.  
  38. The creation took me about 2 hours, creation means:
  39.  -object-creation using Dust
  40.  -rendering using Imagine
  41.  -converting and building the anim.
  42.  
  43.